Here's an example of one way to reimplement that section of the layout
{
"type": "array",
"margin": "0,2",
"orientation": "horizontal",
"h_alignment": "center",
"content": [
{
"type": "item",
"item": "water_label",
"margin": "1,0",
"width": 32,
"height": 12
},
{
"type": "item",
"item": "shadow_label",
"margin": "1,0",
"width": 32,
"height": 12
},
{
"type": "item",
"item": "spirit_label",
"canvas_depth": 1,
"canvas_left": 0,
"width": 32,
"height": 12
}
]
},
{
"type": "array",
"orientation": "horizontal",
"margin": "0,2",
"content": [
{
"type": "item",
"item": "ice_label",
"margin": "1,0",
"width": 32,
"height": 12
},
{
"type": "item",
"item": "gtg_label",
"margin": "1,0",
"width": 32,
"height": 12
},
{
"type": "item",
"item": "botw_label",
"margin": "1,0",
"width": 32,
"height": 12
},
{
"type": "item",
"item": "gc_label",
"margin": "1,0",
"width": 32,
"height": 12
}
]
}